Sfoglia il codice sorgente

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

haojianlong 5 anni fa
parent
commit
9de07b16ea
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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 => {