feat: 标准库

This commit is contained in:
super_liu
2021-07-17 16:11:32 +08:00
parent 2059b1685f
commit a02a38a8d6
3 changed files with 238 additions and 98 deletions
@@ -1859,6 +1859,9 @@
}else if(this.fileType === 'ca'){
this.form.ca = response.data.id;
this.form.caName = response.data.name;
}else if(this.fileType === 'zbjbd'){
this.form.zbjbd = response.data.id;
this.form.zbjbdName = response.data.name;
}
this.$message({
showClose: true,