|
@@ -38,11 +38,7 @@ export default {
|
|
...mapMarketproduct({ productFetch: 'fetch', productCreate: 'create', productUpdate: 'update' }),
|
|
...mapMarketproduct({ productFetch: 'fetch', productCreate: 'create', productUpdate: 'update' }),
|
|
async sumbit(demandForm) {
|
|
async sumbit(demandForm) {
|
|
this.demandForm.status = '0';
|
|
this.demandForm.status = '0';
|
|
-
|
|
|
|
let data = this.demandForm;
|
|
let data = this.demandForm;
|
|
- console.log(data);
|
|
|
|
-
|
|
|
|
- console.log(data);
|
|
|
|
data.userid = this.user.uid;
|
|
data.userid = this.user.uid;
|
|
let res;
|
|
let res;
|
|
let msg;
|
|
let msg;
|
|
@@ -58,8 +54,6 @@ export default {
|
|
// 查询类型
|
|
// 查询类型
|
|
async maarkettype({ category = 54, ...info } = {}) {
|
|
async maarkettype({ category = 54, ...info } = {}) {
|
|
const res = await this.markettypeList({ category, ...info });
|
|
const res = await this.markettypeList({ category, ...info });
|
|
- console.log(res.data);
|
|
|
|
-
|
|
|
|
if (this.$checkRes(res)) {
|
|
if (this.$checkRes(res)) {
|
|
this.$set(this, `columnList`, res.data);
|
|
this.$set(this, `columnList`, res.data);
|
|
}
|
|
}
|