Browse Source

修改确认对话框

HQ
刘云峰 3 months ago
parent
commit
818a4a3c31
  1. 2
      vue/src/views/pg-fis/basedate/planControl/index.vue
  2. 5
      vue/src/views/pg-fis/basedate/planControl_V2/index.vue

2
vue/src/views/pg-fis/basedate/planControl/index.vue

@ -408,7 +408,7 @@
// ret.Status = true ret.Message ret.Message,
// api/newjit/import-record/importforceExecute true
if(res.status && res.message && res.message.length > 0){
this.$confirm(`${res.message}, 是否确定继续导入`, '提示', {
this.$confirm(`<div style="max-height: 500px; overflow-y: auto;">${res.message}, 是否确定继续导入</div>`, '提示', {
confirmButtonText: '继续导入',
cancelButtonText: '取消导入',
type: 'warning'

5
vue/src/views/pg-fis/basedate/planControl_V2/index.vue

@ -341,10 +341,13 @@
},
//
importNormalCallback(res, fileuploadList) {
// this.$confirm('<div style="max-height: 500px; overflow-y: auto;">' + yourLongContent + '</div>', '', {
// dangerouslyUseHTMLString: true, // HTML
// });
// ret.Status = true ret.Message ret.Message,
// api/newjit/import-note/importforceExecute true
if (res.status && res.message && res.message.length > 0) {
this.$confirm(`${res.message}, 是否确定继续导入`, '提示', {
this.$confirm(`<div style="max-height: 500px; overflow-y: auto;">${res.message}, 是否确定继续导入</div>`, '提示', {
confirmButtonText: '继续导入',
cancelButtonText: '取消导入',
type: 'warning'

Loading…
Cancel
Save