cyl/dev
zsk 2 years ago
parent 873619e557
commit caff7f70a5

@ -105,7 +105,7 @@ export default {
jobCategory: 608,
})
console.log(data)
this.relationList = disposeJobListData(data.data.recordList)
this.relationList = disposeJobListData(data.data.pageBean.recordList)
console.log(this.relationList)
// this.relationList.forEach((item) => {

@ -1670,7 +1670,7 @@ export default {
width: 100%;
span:first-child {
padding: 12px 16px;
width: 100px;
width: 124px;
text-align: center;
border-right: 1px solid #ededed;
color: #666;

@ -1289,8 +1289,8 @@ export default {
pageSize: 4,
jobCategory: 608,
});
// console.log(data);
this.fellowList = disposeJobListData(data.data.recordList);
console.log(data.data.pageBean.recordList);
this.fellowList = disposeJobListData(data.data.pageBean.recordList);
// console.log(this.fellowList);
}
// this.$emit("update:relationList", this.relationList);

@ -694,7 +694,7 @@ export default {
if (ispass) {
console.log(this.form);
this.form["imgs"] = that.fileListT2.toString();
this.form["agencyId"] =this.proxyinfo.agencyId
if (this.currentPolicy == 0) {
this.$message.warning("请选择政策");
this.confirmLoading = false;

Loading…
Cancel
Save