Source/UBCS-WEB/src/components/Theme/ThemeClassifyTreeform.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
Source/UBCS-WEB/src/components/Theme/ThemeClassifyTrees.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
Source/UBCS-WEB/src/components/Theme/ThemeClassifyTreeform.vue
@@ -392,7 +392,22 @@ focus: this.simFouce, readonly: true, }, { label: '是否参与关键属性校验', prop: 'isParticipateCheck', type: 'switch', activeColor: "#13ce66", inactiveColor: "#ff4949", labelWidth:160, dicData: [{ label: '否', value: 0 }, { label: '是', value: 1 } ] } ] } Source/UBCS-WEB/src/components/Theme/ThemeClassifyTrees.vue
@@ -1369,6 +1369,10 @@ this.crudOid = '' } this.TreeList = res3.data.data; if(!this.TreeList.isParticipateCheck){ this.$set(this.TreeList,"isParticipateCheck",0) return } } catch (error) { this.$message.error(error); }