Commit 625c9afa authored by hubaoshan's avatar hubaoshan

wcp

parent a750fa3a
......@@ -903,7 +903,7 @@ export default {
if (row.businessId !== undefined && row.businessId !== '' && row.businessId !== null) {
this.id = row.businessId
}
this.queryParamsNew.TempList = []
// this.queryParamsNew.TempList = []
const queryParams = {
businessId: this.id,
page: this.queryParamsNew.page,
......@@ -922,7 +922,6 @@ export default {
if (row.businessId !== undefined && row.businessId !== '' && row.businessId !== null) {
this.PdId = row.businessId
}
this.queryPd.PdList = []
const data = {
businessId: this.PdId
}
......@@ -1005,7 +1004,7 @@ export default {
},
handleEnd() {
const id = this.businessId
this.$confirm('确认要重新盘点吗?,<span style="color: red;">会自动删除盘点中的数据</span>', '提示', {
this.$confirm('确认要重新盘点吗?,<span style="color: red;">会删除盘点中的数据</span>', '提示', {
dangerouslyUseHTMLString: true,
confirmButtonText: '确定',
cancelButtonText: '取消',
......
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