eoss-ui 0.4.30 → 0.4.31
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/lib/eoss-ui.common.js +11 -10
- package/lib/flow.js +5 -4
- package/lib/index.js +1 -1
- package/package.json +1 -1
- package/packages/flow/src/main.vue +5 -2
- package/src/index.js +1 -1
package/lib/eoss-ui.common.js
CHANGED
|
@@ -25789,8 +25789,8 @@ form_src_main.install = function (Vue) {
|
|
|
25789
25789
|
};
|
|
25790
25790
|
|
|
25791
25791
|
/* harmony default export */ var packages_form = (form_src_main);
|
|
25792
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=
|
|
25793
|
-
var
|
|
25792
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=20854a8d&
|
|
25793
|
+
var mainvue_type_template_id_20854a8d_render = function () {
|
|
25794
25794
|
var _vm = this
|
|
25795
25795
|
var _h = _vm.$createElement
|
|
25796
25796
|
var _c = _vm._self._c || _h
|
|
@@ -27110,11 +27110,11 @@ var mainvue_type_template_id_ecc32b7c_render = function () {
|
|
|
27110
27110
|
1
|
|
27111
27111
|
)
|
|
27112
27112
|
}
|
|
27113
|
-
var
|
|
27114
|
-
|
|
27113
|
+
var mainvue_type_template_id_20854a8d_staticRenderFns = []
|
|
27114
|
+
mainvue_type_template_id_20854a8d_render._withStripped = true
|
|
27115
27115
|
|
|
27116
27116
|
|
|
27117
|
-
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=
|
|
27117
|
+
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=20854a8d&
|
|
27118
27118
|
|
|
27119
27119
|
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/CommonOpinions.vue?vue&type=template&id=9185d05c&
|
|
27120
27120
|
var CommonOpinionsvue_type_template_id_9185d05c_render = function () {
|
|
@@ -34980,7 +34980,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
34980
34980
|
var status = res.status,
|
|
34981
34981
|
message = res.message;
|
|
34982
34982
|
|
|
34983
|
-
_this7.loading.close();
|
|
34983
|
+
if (!isSave) _this7.loading.close();
|
|
34984
34984
|
if (status == 'success') {
|
|
34985
34985
|
// this.$message.success('暂存成功');
|
|
34986
34986
|
!isSave && _this7.$emit('save', _this7.businessIds);
|
|
@@ -34988,7 +34988,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
34988
34988
|
_this7.$message.error(message || '系统错误,请联系管理员!');
|
|
34989
34989
|
}
|
|
34990
34990
|
}).catch(function (err) {
|
|
34991
|
-
_this7.loading.close();
|
|
34991
|
+
if (!isSave) _this7.loading.close();
|
|
34992
34992
|
if (err.message && err.message !== 'canceled') {
|
|
34993
34993
|
_this7.$message.error(err.message);
|
|
34994
34994
|
}
|
|
@@ -35821,6 +35821,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
35821
35821
|
}
|
|
35822
35822
|
});
|
|
35823
35823
|
},
|
|
35824
|
+
validInfo: function validInfo() {},
|
|
35824
35825
|
sendData: function sendData() {
|
|
35825
35826
|
var _this18 = this;
|
|
35826
35827
|
|
|
@@ -36033,8 +36034,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
36033
36034
|
|
|
36034
36035
|
var flow_src_main_component = normalizeComponent(
|
|
36035
36036
|
packages_flow_src_mainvue_type_script_lang_js_,
|
|
36036
|
-
|
|
36037
|
-
|
|
36037
|
+
mainvue_type_template_id_20854a8d_render,
|
|
36038
|
+
mainvue_type_template_id_20854a8d_staticRenderFns,
|
|
36038
36039
|
false,
|
|
36039
36040
|
null,
|
|
36040
36041
|
null,
|
|
@@ -68659,7 +68660,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
68659
68660
|
}
|
|
68660
68661
|
|
|
68661
68662
|
/* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
|
|
68662
|
-
version: '0.4.
|
|
68663
|
+
version: '0.4.31',
|
|
68663
68664
|
install: install,
|
|
68664
68665
|
Button: packages_button,
|
|
68665
68666
|
ButtonGroup: button_group,
|
package/lib/flow.js
CHANGED
|
@@ -2899,7 +2899,7 @@ var component = Object(componentNormalizer["a" /* default */])(
|
|
|
2899
2899
|
// ESM COMPAT FLAG
|
|
2900
2900
|
__webpack_require__.r(__webpack_exports__);
|
|
2901
2901
|
|
|
2902
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=
|
|
2902
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=20854a8d&
|
|
2903
2903
|
var render = function () {
|
|
2904
2904
|
var _vm = this
|
|
2905
2905
|
var _h = _vm.$createElement
|
|
@@ -4224,7 +4224,7 @@ var staticRenderFns = []
|
|
|
4224
4224
|
render._withStripped = true
|
|
4225
4225
|
|
|
4226
4226
|
|
|
4227
|
-
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=
|
|
4227
|
+
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=20854a8d&
|
|
4228
4228
|
|
|
4229
4229
|
// EXTERNAL MODULE: external "babel-runtime/regenerator"
|
|
4230
4230
|
var regenerator_ = __webpack_require__(9);
|
|
@@ -11948,7 +11948,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
11948
11948
|
var status = res.status,
|
|
11949
11949
|
message = res.message;
|
|
11950
11950
|
|
|
11951
|
-
_this7.loading.close();
|
|
11951
|
+
if (!isSave) _this7.loading.close();
|
|
11952
11952
|
if (status == 'success') {
|
|
11953
11953
|
// this.$message.success('暂存成功');
|
|
11954
11954
|
!isSave && _this7.$emit('save', _this7.businessIds);
|
|
@@ -11956,7 +11956,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
11956
11956
|
_this7.$message.error(message || '系统错误,请联系管理员!');
|
|
11957
11957
|
}
|
|
11958
11958
|
}).catch(function (err) {
|
|
11959
|
-
_this7.loading.close();
|
|
11959
|
+
if (!isSave) _this7.loading.close();
|
|
11960
11960
|
if (err.message && err.message !== 'canceled') {
|
|
11961
11961
|
_this7.$message.error(err.message);
|
|
11962
11962
|
}
|
|
@@ -12789,6 +12789,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
12789
12789
|
}
|
|
12790
12790
|
});
|
|
12791
12791
|
},
|
|
12792
|
+
validInfo: function validInfo() {},
|
|
12792
12793
|
sendData: function sendData() {
|
|
12793
12794
|
var _this18 = this;
|
|
12794
12795
|
|