cloud-web-corejs 1.0.54-dev.181 → 1.0.54-dev.182

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cloud-web-corejs",
3
3
  "private": false,
4
- "version": "1.0.54-dev.181",
4
+ "version": "1.0.54-dev.182",
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
7
7
  "lint": "eslint --ext .js,.vue src",
@@ -2791,45 +2791,6 @@ export const advancedFields = [
2791
2791
  showRules: []
2792
2792
  },
2793
2793
  },
2794
- {
2795
- type: "save_button",
2796
- targetType: "button",
2797
- icon: "button",
2798
- commonFlag: !0,
2799
- columnFlag: true,
2800
- formItemFlag: !1,
2801
- options: {
2802
- name: "",
2803
- label: "保存",
2804
- columnWidth: "200px",
2805
- size: "",
2806
- displayStyle: "block",
2807
- disabled: !1,
2808
- hidden: !1,
2809
- type: "primary",
2810
- plain: !1,
2811
- round: !1,
2812
- circle: !1,
2813
- icon: "el-icon-check",
2814
- customClass: "",
2815
- onCreated: "",
2816
- onMounted: "",
2817
- // onClick: "let formRef = this.getFormRef();\r\nformRef.validate(valid => {\r\n if (valid) {\r\n let formData = formRef.getRealFormData(); \r\n let reqData = {\r\n formCode:formCode,\r\n data:formData\r\n };\r\n this.formHttp({\r\n scriptCode: 'xx',\r\n data: reqData,\r\n successMsg:true,\r\n isConfirm: true,\r\n confirmText: \"您确定要保存吗?\",\r\n success: res => {\r\n formRef.reloadForm({\r\n updateParam: {\r\n _dataId: res.objx\r\n }\r\n });\r\n }\r\n });\r\n }\r\n});",
2818
- onClick: "this.saveDefaultHandle();",
2819
- accessType: "1",
2820
- saveButton: true,
2821
- clickBindEvent: null,
2822
- searchDialogConfig: {
2823
- ...defaultSearchDialogConfig
2824
- },
2825
- ...defaultWfConfig,
2826
-
2827
- showRuleFlag: 1,
2828
- showRuleEnabled: 1,
2829
- showRules: []
2830
-
2831
- },
2832
- },
2833
2794
  {
2834
2795
  type: "import-button",
2835
2796
  icon: "button",