选择品牌,品牌绑定时候可以搜索

This commit is contained in:
mabo
2021-08-12 16:41:43 +08:00
parent 71ab63e047
commit 9b0a089e29
5 changed files with 29 additions and 43 deletions

View File

@@ -240,6 +240,7 @@ export default {
if (res.success) {
this.$Message.success('申请已提交,请等待审核')
this.distribution()
this.getLog()
} else {
this.$Message.error(res.message)
}