Commit e7956116 by henry

添加上传的功能

1 parent fe4103c7
......@@ -67,7 +67,7 @@
<el-button @click="detailsForm('ruleForm')">
<img class="buttonIcon" src="../../assets/ck.png" />详情</el-button
>
<el-button @click="submitForm('ruleForm')">
<el-button @click="uploadForm('ruleForm')">
<img class="buttonIcon" src="../../assets/dr.png" />项目检查上传</el-button
>
</el-form-item>
......@@ -300,6 +300,10 @@
this.pageSize = 10;
this.submitForm();
},
uploadForm(){
alert("这是上传的功能");
},
//详情
async detailsForm() {
if (this.checkedList.length != 1) {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!