cloud-web-corejs 1.0.54-dev.319 → 1.0.54-dev.320
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
@@ -8,6 +8,8 @@
|
|
8
8
|
:close-on-click-modal="false"
|
9
9
|
:modal="false"
|
10
10
|
custom-class="dialog-style wf-dialog"
|
11
|
+
:destroy-on-close="true"
|
12
|
+
:append-to-body="true"
|
11
13
|
v-el-drag-dialog
|
12
14
|
v-el-dialog-center
|
13
15
|
>
|
@@ -39,7 +41,7 @@
|
|
39
41
|
</div>
|
40
42
|
</el-form>
|
41
43
|
<span slot="footer" class="dialog-footer">
|
42
|
-
<el-button type="primary" plain class="button-sty" @click="showDialog
|
44
|
+
<el-button type="primary" plain class="button-sty" @click="showDialog=false">
|
43
45
|
<i class="el-icon-close el-icon"></i>
|
44
46
|
{{ $t2('取 消', 'system.button.cancel2') }}
|
45
47
|
</el-button>
|
@@ -172,13 +172,13 @@
|
|
172
172
|
</template>
|
173
173
|
|
174
174
|
<script>
|
175
|
-
import systemNoticeInfoDialog from '
|
176
|
-
import commMenuDialog from '
|
177
|
-
import notifyMessageDialog from '
|
178
|
-
import notifyMessageInfoDialog from '
|
175
|
+
import systemNoticeInfoDialog from '@base/views/user/system_notice/infoDialog.vue';
|
176
|
+
import commMenuDialog from '@base/views/user/commMenu/index.vue';
|
177
|
+
import notifyMessageDialog from '@base/views/user/notify_message/dialog.vue';
|
178
|
+
import notifyMessageInfoDialog from '@base/views/user/notify_message/infoDialog';
|
179
179
|
|
180
180
|
import {getToken} from "@base/utils/auth";
|
181
|
-
import wfContentDialog from "
|
181
|
+
import wfContentDialog from "@base/views/user/wf/wf_manage/wfContentDialog";
|
182
182
|
import corejsConfig from "@/corejsConfig";
|
183
183
|
|
184
184
|
export default {
|
@@ -410,6 +410,7 @@ export default {
|
|
410
410
|
});
|
411
411
|
},
|
412
412
|
initNotifyMessage() {
|
413
|
+
return
|
413
414
|
this.$http({
|
414
415
|
url: USER_PREFIX + '/notify_message/listPage',
|
415
416
|
data: {searchCount: false},
|