Parcourir la source

修改 模型状态为4才可以绑定

haojianlong il y a 5 ans
Parent
commit
9de07b16ea
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/views/ready/buildfloor/drawGraphy/checkGraphy.vue

+ 1 - 1
src/views/ready/buildfloor/drawGraphy/checkGraphy.vue

@@ -78,7 +78,7 @@ export default {
     handleItemChange(val) {
       let data = {
         FolderId: val[0],
-        Status: '3, 31, 4',
+        Status: '4',
         ProjectId: this.projectId
       };
       request.queryFloorList(data, res => {