|
@@ -47,7 +47,7 @@
|
|
<el-form-item label="点位图标" prop="iconPath">
|
|
<el-form-item label="点位图标" prop="iconPath">
|
|
<div
|
|
<div
|
|
style="width: 120px;"
|
|
style="width: 120px;"
|
|
- v-loading="actionUrlLoading"
|
|
|
|
|
|
+ v-loading="actionUrlLoading1"
|
|
element-loading-text="上传中..."
|
|
element-loading-text="上传中..."
|
|
element-loading-spinner="el-icon-loading"
|
|
element-loading-spinner="el-icon-loading"
|
|
element-loading-background="rgba(0, 0, 0, 0.8)"
|
|
element-loading-background="rgba(0, 0, 0, 0.8)"
|
|
@@ -159,6 +159,7 @@ export default {
|
|
this.loadingText = "拼命加载数据中..."
|
|
this.loadingText = "拼命加载数据中..."
|
|
this.loading = true
|
|
this.loading = true
|
|
this.actionUrlLoading = false
|
|
this.actionUrlLoading = false
|
|
|
|
+ this.actionUrlLoading1 = false
|
|
this.model = model
|
|
this.model = model
|
|
this.formStatus = 0
|
|
this.formStatus = 0
|
|
if(model=='ADD') { // 新增
|
|
if(model=='ADD') { // 新增
|
|
@@ -316,7 +317,7 @@ export default {
|
|
/** 上传图片 */
|
|
/** 上传图片 */
|
|
handleAvatarSuccess1(res, file) {
|
|
handleAvatarSuccess1(res, file) {
|
|
console.log("res, file",res, file)
|
|
console.log("res, file",res, file)
|
|
- this.actionUrlLoading = false
|
|
|
|
|
|
+ this.actionUrlLoading1 = false
|
|
if(res.code != 200) {
|
|
if(res.code != 200) {
|
|
this.$set(this.form,'iconPath',null)
|
|
this.$set(this.form,'iconPath',null)
|
|
}else {
|
|
}else {
|