Browse Source

属性关联应用,没有传code

林倩 3 năm trước cách đây
mục cha
commit
f772d81839

+ 1 - 1
src/pages/auth-object-manage/object-prop-manage/add-appser-dialog.vue

@@ -75,7 +75,7 @@ export default {
         relList: this.$refs.table.newChooseArr.map((item) => {
           return {
             id: item.id,
-            code: this.attrBelongType == 'FUN' ? item.applyCode : item.serviceCode
+            code: this.attrBelongType == 'APP' ? item.applyCode : item.serviceCode
           };
         })
       };