diff --git a/src/component/Administrator/SE/allUser/index.vue b/src/component/Administrator/SE/allUser/index.vue
index 28309f70..521e80df 100644
--- a/src/component/Administrator/SE/allUser/index.vue
+++ b/src/component/Administrator/SE/allUser/index.vue
@@ -22,7 +22,7 @@
-
Country:
+
Country or Region:
- Country:
+ Country or Region:
-
Country:
+
Country or Region:
{
- Modal.confirm({
- title: this.t('scaleImage.submitCanvas'),
- icon: createVNode(ExclamationCircleOutlined),
- okText: 'Yes',
- cancelText: 'No',
- mask:false,
- centered:true,
- onOk() {
- this_.scaleImageIndex = index
- this_.isNext = false
- resolve('')
- },
- onCancel(){
- this_.isNext = false
- resolve('')
- }
- });
- })
- }else{
- this.scaleImageIndex = index
- }
+ // let this_ = this
+ // if(this.isCanvas){
+ // this.isNext = true
+ // new Promise((resolve,reject)=>{
+ // Modal.confirm({
+ // title: this.t('scaleImage.submitCanvas'),
+ // icon: createVNode(ExclamationCircleOutlined),
+ // okText: 'Yes',
+ // cancelText: 'No',
+ // mask:false,
+ // centered:true,
+ // onOk() {
+ // this_.scaleImageIndex = index
+ // this_.isNext = false
+ // resolve('')
+ // },
+ // onCancel(){
+ // this_.isNext = false
+ // resolve('')
+ // }
+ // });
+ // })
+ // }else{
+ // this.scaleImageIndex = index
+ // }
+ this.scaleImageIndex = index
},
LikeFile(item:any,str:string){
let parent:any = this.$parent