Commit b4e2dac2 authored by jingnan's avatar jingnan 👀

已确认界面点击配套物料详情显示双loading修改

parent 211243b3
...@@ -203,7 +203,7 @@ export default { ...@@ -203,7 +203,7 @@ export default {
}) })
}, },
getOuterTableData() { getOuterTableData() {
this.loading = true // this.loading = true
get(`/ExtSupportingItem/searchByAo?aoId=${this.basicData.extProcessPlanId}`).then(res => { get(`/ExtSupportingItem/searchByAo?aoId=${this.basicData.extProcessPlanId}`).then(res => {
if (!res.items) return if (!res.items) return
let tempData = this.tableData.slice() let tempData = this.tableData.slice()
...@@ -217,7 +217,7 @@ export default { ...@@ -217,7 +217,7 @@ export default {
}).catch(err => { }).catch(err => {
console.log(err) console.log(err)
}).finally(() => { }).finally(() => {
this.loading = false // this.loading = false
}) })
}, },
handleExpandChange(row, rows) { handleExpandChange(row, rows) {
......
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