centaline-data-driven 1.4.70 → 1.4.71
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 +1 -1
- package/src/centaline/api/index.js +2 -1
- package/src/centaline/dynamicForm/src/dynamicForm.vue +10 -2
- package/src/centaline/dynamicSearchList/src/dynamicSearchTable.vue +5 -1
- package/src/main.js +1 -1
- package/wwwroot/static/centaline/centaline-data-driven.js +1 -1
- package/wwwroot/static/centaline/centaline-data-driven.js.map +1 -1
package/package.json
CHANGED
|
@@ -332,7 +332,11 @@
|
|
|
332
332
|
self.model.pageDisabled = false;
|
|
333
333
|
self.$common.closeDialog(dialogOption.dialog);
|
|
334
334
|
if (data.rtnMsg) {
|
|
335
|
-
self.$message
|
|
335
|
+
self.$message({
|
|
336
|
+
message: response.data.rtnMsg,
|
|
337
|
+
type: 'success',
|
|
338
|
+
showClose:true,
|
|
339
|
+
});
|
|
336
340
|
}
|
|
337
341
|
if (data.notification === 17) {
|
|
338
342
|
self.clickHandler(self.model.getRtnRouter(data.content), null)
|
|
@@ -581,7 +585,11 @@
|
|
|
581
585
|
finished(data) {
|
|
582
586
|
self.$common.closeDialog(dialogOption.dialog);
|
|
583
587
|
if (data.rtnMsg) {
|
|
584
|
-
self.$message
|
|
588
|
+
self.$message({
|
|
589
|
+
message: response.data.rtnMsg,
|
|
590
|
+
type: 'success',
|
|
591
|
+
showClose:true,
|
|
592
|
+
});
|
|
585
593
|
}
|
|
586
594
|
if (field && field.changeCallBackFunName) {
|
|
587
595
|
self.changeCallBackHandler(field, field.changeCallBackFunName, data.content);
|
|
@@ -1030,7 +1030,11 @@ export default {
|
|
|
1030
1030
|
finished(data) {
|
|
1031
1031
|
self.$common.closeDialog(dialogOption.dialog);
|
|
1032
1032
|
if (data.rtnMsg) {
|
|
1033
|
-
self.$message
|
|
1033
|
+
self.$message({
|
|
1034
|
+
message: response.data.rtnMsg,
|
|
1035
|
+
type: 'success',
|
|
1036
|
+
showClose:true,
|
|
1037
|
+
});
|
|
1034
1038
|
}
|
|
1035
1039
|
if(!field.isExport)
|
|
1036
1040
|
{
|
package/src/main.js
CHANGED
|
@@ -48,7 +48,7 @@ Vue.use(centaline, {
|
|
|
48
48
|
getRequestHeaders: function () {
|
|
49
49
|
return {
|
|
50
50
|
oldToken: '3ba3f510-93fd-4103-9249-73c13f3f6fc2',
|
|
51
|
-
token:'aplus eyJhbGciOiJIUzI1NiIsInppcCI6IkRFRiJ9.
|
|
51
|
+
token:'aplus eyJhbGciOiJIUzI1NiIsInppcCI6IkRFRiJ9.eNrEjkEOwjAMBP-SM5YS27EdbmlDLzyialCR4IRoK4EQfyeIR3Ad7c7uyy1bdXuXUMWYCfpDR8AlK3QSPPSScsyWUbo4yhALoiqQDgZ98ASIuYC3ogMVSqJ-LJyyYTM11EwYDmAdZcDIxjREThrdzs2Pm9sH0cQqiLhzl2n9AbJkX7At8_04P_9x7rpe2uy5NepcFYTFt7AgVKQz6EnVq01UQ3TvDwAAAP__.NfZrt1wK0fZT3WdJplCcBlTe7PriWBvxZb0MU_YWWoA',
|
|
52
52
|
|
|
53
53
|
originalRequestURL: 'http://10.88.22.67:8080',
|
|
54
54
|
EstateInfo: '{"estateId":"FAF029E8-EC28-4297-83CF-B8FFD826DB91","estateName":"AABBCC"}',
|