|
@@ -807,6 +807,7 @@ export default {
|
|
|
},
|
|
|
methods: {
|
|
|
queryData(id, isCopy = false) {
|
|
|
+ this.pageLoading = true
|
|
|
detail(id).then(res => {
|
|
|
this.form = res.data.data;
|
|
|
this.contactsData = this.form.deliveryItemsList
|
|
@@ -887,6 +888,7 @@ export default {
|
|
|
}
|
|
|
}).finally(() => {
|
|
|
this.saveLoading = false
|
|
|
+ this.pageLoading = false
|
|
|
});
|
|
|
},
|
|
|
copyOrder() {
|