Merge pull request '执行修改条件' (#18) from master-模板替换 into master
Reviewed-on: http://git.xdadan.loc/tanex/emis-frontend/pulls/18
This commit is contained in:
commit
255433b8aa
@ -536,7 +536,7 @@ export default {
|
|||||||
/** 修改按钮操作 */
|
/** 修改按钮操作 */
|
||||||
handleUpdate(row) {
|
handleUpdate(row) {
|
||||||
//ids去掉空元素
|
//ids去掉空元素
|
||||||
if( row.quoteId || this.ids.filter(Boolean).length>1){
|
if( row.quoteId || this.ids.filter(Boolean).length>0){
|
||||||
this.resetRefreshId="vipquote-"+this.getUUID();
|
this.resetRefreshId="vipquote-"+this.getUUID();
|
||||||
this.currentId = row.quoteId || this.ids;
|
this.currentId = row.quoteId || this.ids;
|
||||||
this.openForm = true;
|
this.openForm = true;
|
||||||
|
|||||||
@ -529,7 +529,7 @@ export default {
|
|||||||
|
|
||||||
/** 修改按钮操作 */
|
/** 修改按钮操作 */
|
||||||
handleUpdate(row) {
|
handleUpdate(row) {
|
||||||
if( row.quoteId || this.ids.filter(Boolean).length>1){
|
if( row.quoteId || this.ids.filter(Boolean).length>0){
|
||||||
this.currentId = row.quoteId || this.ids;
|
this.currentId = row.quoteId || this.ids;
|
||||||
this.openForm = true;
|
this.openForm = true;
|
||||||
this.isCopy = false;
|
this.isCopy = false;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user