浏览代码

公式配置新加code参数

duy 2 年之前
父节点
当前提交
1261538546
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/views/data-fill/components/ListItem.vue

+ 2 - 1
src/views/data-fill/components/ListItem.vue

@@ -1149,7 +1149,8 @@ const PanelSaveClick = async (item, index) => {
         contractId: contractId.value,
         value: formulaModalinfo.type,
         pkeyId: contractId.value,
-        scope: componentDetail?.value['scope']
+        scope: componentDetail?.value['scope'],
+        code:componentDetail?.value['code'],
     })
     if (!error && code === 200) {
         window?.$message?.success('操作成功')