Commit 625c9afa authored by hubaoshan's avatar hubaoshan

wcp

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