Commit 0e948e41 authored by 徐一鸣's avatar 徐一鸣

镜像构建fixed

parent fa1b0044
...@@ -469,14 +469,14 @@ export default { ...@@ -469,14 +469,14 @@ export default {
this.$refs.dialog.show(); this.$refs.dialog.show();
}, },
goToStep1() { goToStep1() {
if (this.image_total > 0) { // if (this.image_total > 0) {
this.nextStep(); this.nextStep();
} else { /* } else {
this.$message({ this.$message({
message: `您尚未上传任何镜像`, message: `您尚未上传任何镜像`,
type: "warning", type: "warning",
}); });
} } */
}, },
goToStep2(formName) { goToStep2(formName) {
this.$refs[formName].validate((valid) => { this.$refs[formName].validate((valid) => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment