@zgfe/modules-dm 1.0.57-zhongyuan.12 → 1.0.57-zhongyuan.13
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.
|
@@ -105,7 +105,7 @@ var FormulateRule = function FormulateRule() {
|
|
|
105
105
|
}
|
|
106
106
|
}).then(function (res) {
|
|
107
107
|
if (!res) return;
|
|
108
|
-
if ((res === null || res === void 0 ? void 0 : res.code) == '
|
|
108
|
+
if ((res === null || res === void 0 ? void 0 : res.code) == '100001') {
|
|
109
109
|
if (res.data.data == 1) {
|
|
110
110
|
UseModal({
|
|
111
111
|
onOk: function onOk() {
|
|
@@ -151,6 +151,7 @@ var FormulateRule = function FormulateRule() {
|
|
|
151
151
|
});
|
|
152
152
|
return;
|
|
153
153
|
}
|
|
154
|
+
} else if ((res === null || res === void 0 ? void 0 : res.code) == '100000') {
|
|
154
155
|
endOpen(ruleObj);
|
|
155
156
|
} else {
|
|
156
157
|
message.error(res.msg);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zgfe/modules-dm",
|
|
3
|
-
"version": "1.0.57-zhongyuan.
|
|
3
|
+
"version": "1.0.57-zhongyuan.13",
|
|
4
4
|
"license": "ISC",
|
|
5
5
|
"module": "es/index.js",
|
|
6
6
|
"typings": "es/index.d.ts",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"umi-request": "^1.4.0",
|
|
58
58
|
"yorkie": "^2.0.0"
|
|
59
59
|
},
|
|
60
|
-
"gitHead": "
|
|
60
|
+
"gitHead": "315a04f47feeb999c898188d0081d55678345ced",
|
|
61
61
|
"gitHooks": {
|
|
62
62
|
"pre-commit": "lint-staged"
|
|
63
63
|
}
|