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

修改物料确认双loading

parent 1038959c
...@@ -18,7 +18,9 @@ const disShowLadingRequestUrl = [ ...@@ -18,7 +18,9 @@ const disShowLadingRequestUrl = [
// '/RepoFileUpload/find/recursion' // '/RepoFileUpload/find/recursion'
'/RepoFileUpload/findWithCondition', '/RepoFileUpload/findWithCondition',
'/devServerStart', '/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 axios.defaults.baseURL = VUE_APP_BASE_API || process.env.VUE_APP_BASE_API // eslint-disable-line
...@@ -37,6 +39,7 @@ axios.interceptors.request.use( ...@@ -37,6 +39,7 @@ axios.interceptors.request.use(
return config.url.includes(el) return config.url.includes(el)
}) })
if (!disLoading) { if (!disLoading) {
console.log(12121)
loadingInstance = Loading.service({ loadingInstance = Loading.service({
fullscreen: true, fullscreen: true,
background: 'rgba(0, 0, 0, 0.0)' background: 'rgba(0, 0, 0, 0.0)'
......
...@@ -349,7 +349,7 @@ export default { ...@@ -349,7 +349,7 @@ export default {
this.tableData = [] this.tableData = []
// 发送请求 // 发送请求
post( post(
`ExtSupportingItem/getAllMaterialConfirmation?aoId=${this.$parent.$parent.$parent.$parent.headerData.aoId}`, `/ExtSupportingItem/getAllMaterialConfirmation?aoId=${this.$parent.$parent.$parent.$parent.headerData.aoId}`,
{} {}
) )
.then((res) => { .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