|
@@ -366,6 +366,7 @@ function handleStatusChange(row: any) {
|
|
|
})
|
|
})
|
|
|
.then(() => {
|
|
.then(() => {
|
|
|
message.msgSuccess(text + "成功")
|
|
message.msgSuccess(text + "成功")
|
|
|
|
|
+ handleQuery()
|
|
|
})
|
|
})
|
|
|
.catch(function () {
|
|
.catch(function () {
|
|
|
row.status = row.status === "0" ? "1" : "0"
|
|
row.status = row.status === "0" ? "1" : "0"
|
|
@@ -393,7 +394,7 @@ const authRoleModalRef = ref()
|
|
|
const authRoleRef = ref()
|
|
const authRoleRef = ref()
|
|
|
const authRoleUserId = ref()
|
|
const authRoleUserId = ref()
|
|
|
function handleAuthRole(row: any) {
|
|
function handleAuthRole(row: any) {
|
|
|
- console.log("AR==>", row)
|
|
|
|
|
|
|
+ //console.log("AR==>", row)
|
|
|
authRoleUserId.value = row.userId
|
|
authRoleUserId.value = row.userId
|
|
|
authRoleModalRef.value.show()
|
|
authRoleModalRef.value.show()
|
|
|
}
|
|
}
|