Commit 68be93d0 authored by “lixuyan”'s avatar “lixuyan”

修改物料确认双loading

parent 1038959c
......@@ -18,7 +18,9 @@ const disShowLadingRequestUrl = [
// '/RepoFileUpload/find/recursion'
'/RepoFileUpload/findWithCondition',
'/devServerStart',
'/JoExecutePlan/getTaskAcceptance'
'/JoExecutePlan/getTaskAcceptance',
'/ExtSupportingItem/getAllMaterialConfirmation',
'/ExtSupportingItem/findSupportingItemMaterialByAO'
]
axios.defaults.baseURL = VUE_APP_BASE_API || process.env.VUE_APP_BASE_API // eslint-disable-line
......@@ -37,6 +39,7 @@ axios.interceptors.request.use(
return config.url.includes(el)
})
if (!disLoading) {
console.log(12121)
loadingInstance = Loading.service({
fullscreen: true,
background: 'rgba(0, 0, 0, 0.0)'
......
......@@ -349,7 +349,7 @@ export default {
this.tableData = []
// 发送请求
post(
`ExtSupportingItem/getAllMaterialConfirmation?aoId=${this.$parent.$parent.$parent.$parent.headerData.aoId}`,
`/ExtSupportingItem/getAllMaterialConfirmation?aoId=${this.$parent.$parent.$parent.$parent.headerData.aoId}`,
{}
)
.then((res) => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment