|
@ -293,7 +293,10 @@ export default { |
|
|
authType: [ |
|
|
authType: [ |
|
|
{ required: true, message: "认证类型:基础basic 高级advanced不能为空", trigger: "change" } |
|
|
{ required: true, message: "认证类型:基础basic 高级advanced不能为空", trigger: "change" } |
|
|
] |
|
|
] |
|
|
} |
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
// 预览 |
|
|
|
|
|
srcList: ["http://118.25.187.239:9099/img/adImg/557097620301025280.jpg"], |
|
|
}; |
|
|
}; |
|
|
}, |
|
|
}, |
|
|
created() { |
|
|
created() { |
|
@ -327,6 +330,10 @@ export default { |
|
|
this.open = false; |
|
|
this.open = false; |
|
|
this.reset(); |
|
|
this.reset(); |
|
|
}, |
|
|
}, |
|
|
|
|
|
// 预览图片 |
|
|
|
|
|
previewImage(abUrl) { |
|
|
|
|
|
this.srcList[0] = abUrl; |
|
|
|
|
|
}, |
|
|
// 表单重置 |
|
|
// 表单重置 |
|
|
reset() { |
|
|
reset() { |
|
|
this.form = { |
|
|
this.form = { |
|
@ -350,10 +357,7 @@ export default { |
|
|
this.resetForm("form"); |
|
|
this.resetForm("form"); |
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|
// 预览图片 |
|
|
|
|
|
previewImage(abUrl) { |
|
|
|
|
|
this.srcList[0] = abUrl; |
|
|
|
|
|
}, |
|
|
|
|
|
/** 搜索按钮操作 */ |
|
|
/** 搜索按钮操作 */ |
|
|
handleQuery() { |
|
|
handleQuery() { |
|
|
this.queryParams.pageNum = 1; |
|
|
this.queryParams.pageNum = 1; |
|
|