Commit 7e8a916e by xiehao

fix:删除了试用范围

1 parent eb003dc9
...@@ -237,7 +237,7 @@ export default { ...@@ -237,7 +237,7 @@ export default {
// 督查清单 详情 // 督查清单 详情
detailBtn(v) { detailBtn(v) {
this.detailTitle = '详情' this.detailTitle = '详情'
this.detailPrjCode = v.supervision this.detailPrjCode = v.supervId
this.visibleDetail = true this.visibleDetail = true
}, },
selectTabel(v) { selectTabel(v) {
......
...@@ -163,7 +163,7 @@ export default { ...@@ -163,7 +163,7 @@ export default {
type: 'warning', type: 'warning',
}) })
.then(() => { .then(() => {
this.$postRequest('/Collect/tx', {id: row.id}).then(res => { this.$postRequest('/collect/tx', {id: row.id}).then(res => {
if (res.code === 200) { if (res.code === 200) {
this.$message.success('提醒成功') this.$message.success('提醒成功')
this.$refs.searchTable.queryData() this.$refs.searchTable.queryData()
...@@ -181,7 +181,7 @@ export default { ...@@ -181,7 +181,7 @@ export default {
type: 'warning', type: 'warning',
}) })
.then(() => { .then(() => {
this.$postRequest('/Collect/gd', {...row}).then(res => { this.$postRequest('/collect/gd', {...row}).then(res => {
if (res.code === 200) { if (res.code === 200) {
this.$message.success('归档成功') this.$message.success('归档成功')
this.$refs.searchTable.queryData() this.$refs.searchTable.queryData()
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!