diff --git a/src/views/market/apitype/index.vue b/src/views/market/apitype/index.vue
index ddb5356..2844819 100644
--- a/src/views/market/apitype/index.vue
+++ b/src/views/market/apitype/index.vue
@@ -73,7 +73,7 @@
产品编号
- {{customer.sysSerial}}
+ {{customer.sysId}}
@@ -129,7 +129,10 @@
GET
- json
+ form
+
+
+ {{apimsg.sysSerial}}
@@ -193,6 +196,7 @@ export default {
unkownvalue:"",
sysId:"",
apimsg:{},
+ reqmsg:[],
};
},
created() {
@@ -203,6 +207,7 @@ export default {
this.sysId=customer.sysId
this.apimsg=customer
this.dialogTableVisible=true
+
},
handleTabClick() {
this.dialogVisible=true