|
|
|
@ -272,10 +272,10 @@ export default {
|
|
|
|
if (action === "confirm") {
|
|
|
|
if (action === "confirm") {
|
|
|
|
if (!form.file) {
|
|
|
|
if (!form.file) {
|
|
|
|
this.$message({
|
|
|
|
this.$message({
|
|
|
|
type: 'warning',
|
|
|
|
type: "warning",
|
|
|
|
message: '请上传附件'
|
|
|
|
message: "请上传附件",
|
|
|
|
})
|
|
|
|
});
|
|
|
|
return
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
instance.confirmButtonLoading = true;
|
|
|
|
instance.confirmButtonLoading = true;
|
|
|
|
instance.confirmButtonText = "保存中...";
|
|
|
|
instance.confirmButtonText = "保存中...";
|
|
|
|
|