Explorar o código

属性关联应用,没有传code

林倩 %!s(int64=3) %!d(string=hai) anos
pai
achega
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
           };
         })
       };