fix 81879
This commit is contained in:
@@ -60,7 +60,7 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import { getAction } from '../../api/manage'
|
||||
import { getAction, postAction } from '../../api/manage'
|
||||
import { StandardSource } from '../../enums/commonEnums'
|
||||
|
||||
export default {
|
||||
@@ -280,7 +280,7 @@ export default {
|
||||
if (!url) {
|
||||
return
|
||||
}
|
||||
getAction(url, params).then(res => {
|
||||
postAction(url, params).then(res => {
|
||||
if (res.success) {
|
||||
this.dataSourceRight = res.result || []
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user