Commit 7e8a916e by xiehao

fix:删除了试用范围

1 parent eb003dc9
......@@ -237,7 +237,7 @@ export default {
// 督查清单 详情
detailBtn(v) {
this.detailTitle = '详情'
this.detailPrjCode = v.supervision
this.detailPrjCode = v.supervId
this.visibleDetail = true
},
selectTabel(v) {
......
......@@ -163,7 +163,7 @@ export default {
type: 'warning',
})
.then(() => {
this.$postRequest('/Collect/tx', {id: row.id}).then(res => {
this.$postRequest('/collect/tx', {id: row.id}).then(res => {
if (res.code === 200) {
this.$message.success('提醒成功')
this.$refs.searchTable.queryData()
......@@ -181,7 +181,7 @@ export default {
type: 'warning',
})
.then(() => {
this.$postRequest('/Collect/gd', {...row}).then(res => {
this.$postRequest('/collect/gd', {...row}).then(res => {
if (res.code === 200) {
this.$message.success('归档成功')
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!