接口注释解放

master
guoshuang 10 months ago
parent e6ffeb6238
commit bc7c8c85a5

@ -257,22 +257,23 @@ export default class ProductionREQ extends BasePage {
item.factoryCode = session.FactoryCode; item.factoryCode = session.FactoryCode;
params.push(item); params.push(item);
}); });
console.log('list', params); // console.log('list', params);
// await this.model.out(params);
// if (this.model.SubmitCode == '200') {
// (this.$refs.uToast as any).show({
// title: '',
// type: 'success',
// });
// this.mepty(); // this.mepty();
// //this.getlist(); await this.model.out(params);
// } else { if (this.model.SubmitCode == '200') {
// (this.$refs.uToast as any).show({ (this.$refs.uToast as any).show({
// title: '', title: '成功',
// type: 'error', type: 'success',
// }); });
// //this.getlist(); this.mepty();
// } //this.getlist();
} else {
(this.$refs.uToast as any).show({
title: '失败',
type: 'error',
});
//this.getlist();
}
} }
mepty() { mepty() {
this.list = []; this.list = [];

Loading…
Cancel
Save