|
|
@ -14,8 +14,8 @@ |
|
|
<script> |
|
|
<script> |
|
|
import { mapState, mapMutations } from "vuex"; |
|
|
import { mapState, mapMutations } from "vuex"; |
|
|
import { getapi, postapi, putapi, deletapi } from "@/api/api"; |
|
|
import { getapi, postapi, putapi, deletapi } from "@/api/api"; |
|
|
import { tcdate, deepCopy } from "../../utlis/proFunc"; |
|
|
|
|
|
import { getTreePids} from "../../utlis/tree"; |
|
|
|
|
|
|
|
|
import { tcdate } from "../../utlis/proFunc"; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
export default { |
|
|
export default { |
|
|
components: {}, |
|
|
components: {}, |
|
|
|