Browse Source

修改详情页面

wangxy 3 weeks ago
parent
commit
9b127b7127
1 changed files with 12 additions and 0 deletions
  1. 12 0
      api/chanpinJiSuanTeXun.js

+ 12 - 0
api/chanpinJiSuanTeXun.js

@@ -0,0 +1,12 @@
+import request from '@/utils/request'
+export function getChanpin2DengjiSave(data = {}) {
+    return request({
+        'url': '/app/jisuan/chanpin/dengji/save',
+        headers: {
+            isToken: true
+        },
+        method: 'post',
+        data,
+        timeout: 20000
+    })
+}