src/views/sell/Kf_ICStockBillMainList/Kf_ICStockBillMainListEdit.vue
@@ -661,6 +661,7 @@ handleUpdate() { this.reset() let rowHmainid = this.linterid console.log("rowHmainid", rowHmainid) axios.get(this.baseURL + "Kf_ICStockBackBill/getEditInitData", { params: { 'HInterID': rowHmainid } }).then(response => { @@ -949,7 +950,8 @@ // this.$router.back() window.close() } else { this.formShow = false window.close() //this.formShow = false this.$emit('editClose', false) } },