|
|
@@ -38,7 +38,7 @@
|
|
|
import TuiListCell from "@/components/plugin/list-cell";
|
|
|
import AppAvatarModule from "@/components/module/app-avatar";
|
|
|
const form = require("@/utils/formValidation.js");
|
|
|
-import { addMakeCloudPrint,getPrint } from "@/api/shop";
|
|
|
+import { addMtCloudPrint,getPrint } from "@/api/shop";
|
|
|
export default {
|
|
|
name: "print",
|
|
|
components: {
|
|
|
@@ -69,7 +69,7 @@ export default {
|
|
|
this.$forceUpdate()
|
|
|
},
|
|
|
confirmFn() {
|
|
|
- addMakeCloudPrint(this.form).then((res) => {
|
|
|
+ addMtCloudPrint(this.form).then((res) => {
|
|
|
this.$msg(res.msg);
|
|
|
if(res.code == 1){
|
|
|
setTimeout(() => {
|