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

镜像构建fixed

parent fa1b0044
......@@ -469,14 +469,14 @@ export default {
this.$refs.dialog.show();
},
goToStep1() {
if (this.image_total > 0) {
// if (this.image_total > 0) {
this.nextStep();
} else {
/* } else {
this.$message({
message: `您尚未上传任何镜像`,
type: "warning",
});
}
} */
},
goToStep2(formName) {
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