fix 81879

This commit is contained in:
赵霄
2024-02-19 10:57:16 +08:00
parent 401dc9b02f
commit 24da9221b7
+2 -2
View File
@@ -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 || []
}