|
|
@@ -227,6 +227,7 @@ export default {
|
|
|
});
|
|
|
},
|
|
|
async fetchCompany(keyword) {
|
|
|
+ this.item.company=keyword;
|
|
|
this.loadingCompany = true;
|
|
|
const res = await this.$axios.$post("/api/simple_data/select_company", {
|
|
|
keyword
|
|
|
@@ -236,6 +237,7 @@ export default {
|
|
|
this.companys = data.map(it => ({ value: it.id, label: it.name }));
|
|
|
},
|
|
|
async fetchTitle(keyword) {
|
|
|
+ this.item.title=keyword;
|
|
|
this.loadingTitle = true;
|
|
|
const res = await this.$axios.$post("/api/simple_data/select_title", {
|
|
|
keyword
|