cloud-web-corejs 1.0.54-dev.49 → 1.0.54-dev.50
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
@@ -73,14 +73,12 @@
|
|
73
73
|
</el-dialog>
|
74
74
|
</template>
|
75
75
|
<script>
|
76
|
-
import i18n from '../../../../components/xform/utils/i18n';
|
77
76
|
import companyInfoDialog from "@base/views/user/company_info/dialog.vue";
|
78
|
-
import fileObjNotifyEdit from "
|
77
|
+
import fileObjNotifyEdit from "@base/components/fileLibrary/fileObjNotifyEdit.vue";
|
79
78
|
|
80
79
|
export default {
|
81
80
|
components: {fileObjNotifyEdit, companyInfoDialog},
|
82
81
|
props: ['formTemplate'],
|
83
|
-
mixins: [i18n],
|
84
82
|
data() {
|
85
83
|
return {
|
86
84
|
dialogVisible: true,
|
@@ -111,9 +111,9 @@
|
|
111
111
|
</template>
|
112
112
|
|
113
113
|
<script>
|
114
|
-
import mixin from "./mixins/
|
114
|
+
import mixin from "./mixins/wf_list";
|
115
115
|
import wfObjConfigDialog from "./wfObjConfigDialog.vue";
|
116
|
-
import MenuKindDialog from "
|
116
|
+
import MenuKindDialog from "@base/views/bd/setting/menu_kind/dialog.vue";
|
117
117
|
import batchWfObjConfigDialog from "./batchWfObjConfigDialog.vue";
|
118
118
|
|
119
119
|
export default {
|
File without changes
|