@@ -232,6 +232,10 @@
this.getAll()
},
methods: {
+ openhet(row) {
+ this.formInline = row
+ this.onaction = '2'
+ },
changeauditStatus() {
AdvertiserInfoEdit({
id: this.oninfo.id,
diff --git a/admin-web-master/src/views/rent/audit/index.vue b/admin-web-master/src/views/rent/audit/index.vue
index fa82dc4..d20d85f 100644
--- a/admin-web-master/src/views/rent/audit/index.vue
+++ b/admin-web-master/src/views/rent/audit/index.vue
@@ -88,7 +88,7 @@
查看
审核
- 录入合同
+ 录入合同
@@ -185,6 +185,10 @@
this.getAll()
},
methods: {
+ openhet(row) {
+ this.formInline = row
+ this.onaction = '2'
+ },
//删除
async closemsg(e) {
console.error(e)
--
libgit2 0.21.4