This commit is contained in:
刘召雪
2020-11-10 17:18:28 +08:00
parent 0ce7120d13
commit b1e5bf802f
3 changed files with 13 additions and 9 deletions

View File

@ -186,7 +186,8 @@
</template>
<script>
import { list, get, add, update, del, addNode } from "@/api/hardware/product";
import { list, get, add, update, del } from "@/api/hardware/product";
import { addNode } from "@/api/hardware/node";
export default {
name: "ProductList",
data() {