|
@@ -109,6 +109,7 @@ export default {
|
|
|
formData.type = 'UserSupplier'
|
|
|
formData.keyId = this.roleId
|
|
|
formData.value = this.checkedKeys.map((item) => Number(item))
|
|
|
+
|
|
|
let obj
|
|
|
checkUserBusiness({ type: 'UserSupplier', keyId: this.roleId }).then((res) => {
|
|
|
if (res.data && res.data.id) {
|