| | |
| | | |
| | | listNote(cid, 2031).then(response => { |
| | | this.memoList = response.data; |
| | | console.log(this.memoList) |
| | | // alert(response.data.total) |
| | | this.total = response.data.total; |
| | | // alert(this.total) |
| | | this.loading = false; |
| | | } |
| | | ); |
| | |
| | | addNote(this.formDat).then(response => { |
| | | this.$modal.msgSuccess("新增成功"); |
| | | this.open = false; |
| | | // this.queryParams.cid = cid |
| | | // this.queryParams.fid = fid |
| | | this.getList(fid,cid); |
| | | |
| | | this.getList(this.formDat.fid,this.formDat.cid); |
| | | resetQuery(); |
| | | |
| | | }); |
| | | } |
| | | }); |
| | |
| | | }).then(() => { |
| | | // this.getList(fid,cid); |
| | | this.$modal.msgSuccess("删除成功"); |
| | | getList(fid,cid); |
| | | this.getList(fid,cid); |
| | | }).catch(() => {}); |
| | | }, |
| | | /** 导出按钮操作 */ |