Browse Source

违禁新增有效状态

newyun
douzhuo 1 year ago
parent
commit
556af68200
2 changed files with 3 additions and 2 deletions
  1. +2
    -2
      manifest.json
  2. +1
    -0
      pages/center/prohibited/index.vue

+ 2
- 2
manifest.json View File

@@ -1,5 +1,5 @@
{ {
"name" : "数智工牌",
"name" : "去房智控管家",
"appid" : "__UNI__7A1611D", "appid" : "__UNI__7A1611D",
"description" : "去房智控管家", "description" : "去房智控管家",
"versionName" : "1.1.0", "versionName" : "1.1.0",
@@ -91,7 +91,7 @@
}, },
"quickapp" : {}, "quickapp" : {},
"mp-weixin" : { "mp-weixin" : {
"appid" : "wxe044603515ff2cb5",
"appid" : "wx8f883dca5ecc5510",
"setting" : { "setting" : {
"urlCheck" : false, "urlCheck" : false,
"es6" : true, "es6" : true,


+ 1
- 0
pages/center/prohibited/index.vue View File

@@ -389,6 +389,7 @@
dateType: dateType, dateType: dateType,
disposeStatus: this.orderBy, // 处理状态 disposeStatus: this.orderBy, // 处理状态
violatedStatus: this.violatedStatus, // 违禁状态 violatedStatus: this.violatedStatus, // 违禁状态
validInvalid: 0, // 接待有效无效
} }
}; };
if (this.screen.agentId) { if (this.screen.agentId) {


Loading…
Cancel
Save