|
|
@ -382,6 +382,9 @@ export default {
|
|
|
|
created() {
|
|
|
|
created() {
|
|
|
|
if (this.rowData != null) {
|
|
|
|
if (this.rowData != null) {
|
|
|
|
this.formData = this.rowData
|
|
|
|
this.formData = this.rowData
|
|
|
|
|
|
|
|
if (this.rowData.isSingQueue == null){
|
|
|
|
|
|
|
|
this.formData.isSingQueue = 1
|
|
|
|
|
|
|
|
}
|
|
|
|
this.formData.workPlaceIdFk = String(this.rowData.workPlaceIdFk)
|
|
|
|
this.formData.workPlaceIdFk = String(this.rowData.workPlaceIdFk)
|
|
|
|
this.getLayers()
|
|
|
|
this.getLayers()
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|